xen.git
2006-04-06 kaf24@firebug... Remove some unnecessary code from the vTPM hotplug...
2006-04-06 kaf24@firebug... Fix a problem that was caused by recent changes to...
2006-04-06 kaf24@firebug... Update the user manual appendix to describe bow to...
2006-04-06 kaf24@firebug... Remove unused code in netback's net_rx_action():
2006-04-06 kaf24@firebug... Use PAGE_OFFSET instead of __PAGE_OFFSET in netfront.c.
2006-04-06 kaf24@firebug... Remove unused teardown_irq() definition. Removes two...
2006-04-05 emellor@leeni... Merged.
2006-04-05 emellor@leeni... Further workarounds for the broken string marshalling...
2006-04-05 kaf24@firebug... Backtrack on the new interface for reserved event-channel
2006-04-05 kaf24@firebug... Add new interface for allocating reserved event-channel
2006-04-05 kaf24@firebug... Clean up build system some more. No need to explicitly
2006-04-05 kaf24@firebug... Clean up HDRS Makefile variable.
2006-04-05 kaf24@firebug... Add support for XCHG instruction accessing LAPIC device...
2006-04-05 kaf24@firebug... Rename update_dom_time() to update_vcpu_system_time().
2006-04-05 kaf24@firebug... Extend the 'badpage' boot option to parse inclusive
2006-04-05 kaf24@firebug... Fix a regression in hvm_pio_assist() when booting Windows
2006-04-05 kaf24@firebug... gdbserver readme update.
2006-04-05 kaf24@firebug... There are a couple of bugs with the current handling...
2006-04-05 kaf24@firebug... Define Xen interface version for tools build.
2006-04-05 kaf24@firebug... Fix checksum-offload problems introduced in c/s 9514...
2006-04-04 kaf24@firebug... We had reports of reboot not working on certain machine...
2006-04-04 kaf24@firebug... With the standard (XEN) prefix and the setting of 8...
2006-04-04 kaf24@firebug... HVM patch to add pio IOREQ_WRITE OVERLAP/REPZ support...
2006-04-04 kaf24@firebug... Simplify the Xen genapic code. Many genapic hooks have...
2006-04-04 sos22@douglas... fix mfn check of gnttab_transfer().
2006-04-04 emellor@leeni... Workaround bug in xmlrpclib's string escaping. That...
2006-04-04 kaf24@firebug... Build a few more common network options into the i386...
2006-04-03 emellor@leeni... Merged.
2006-04-03 emellor@leeni... Lookup backend by name _or_id_. This is important...
2006-04-03 emellor@leeni... Fix cpus string parsing, wrt use of ^ to remove elements.
2006-04-03 emellor@leeni... The attached patch fixes a race condition that occurs...
2006-04-03 mip@xencore04... Improve pygrub error reporting when opening ext2 fs...
2006-04-03 tkuik@tkuik... Allow a domain other than Domain-0 to be a backend.
2006-04-03 kaf24@firebug... Remove some dead code from the consoled client.
2006-04-03 kaf24@firebug... Clean up subarch 'mach-foo' header files. No need for
2006-04-03 kaf24@firebug... Remove send_IPI_all, send_IPI_allbutself and send_IPI_self
2006-04-03 kaf24@firebug... Added tag 3.0.2-branched for changeset d0d3fef37685be26...
2006-04-03 Ian.Campbell... Handle failure to register the xen store event channel...
2006-04-02 kaf24@firebug... Make checksum handling in the virtual network drivers...
2006-04-02 kaf24@firebug... Enable HYPERVISOR_sched_op() and HYPERVISOR_sched_opt_c...
2006-04-02 kaf24@firebug... Define __XEN_INTERFACE_VERSION__ when building Xen.
2006-04-01 kaf24@firebug... This patch fixes several issues related to vmxassist:
2006-04-01 kaf24@firebug... Rename sched_op->sched_op_compat and sched_op_new-...
2006-04-01 kaf24@firebug... When dom0 fails to balloon enough memory to allow a...
2006-04-01 kaf24@firebug... Changed deprecated "set-vcpus" to "vcpu-set" in the...
2006-04-01 kaf24@firebug... Fix makefiles for hvmloader and vmxassist for FC5 on...
2006-04-01 kaf24@firebug... [SVM] Do not update seg.base in realmode while obtainin...
2006-04-01 kaf24@firebug... Minor minios traps.c fix for x86/64.
2006-04-01 kaf24@firebug... [IA64] Include features header in xenbus_probe and...
2006-04-01 kaf24@firebug... Add new boot parameter 'lowmem_emergency_pool' which...
2006-03-31 cl349@firebug... Fix do_IRQ high bit masking.
2006-03-31 kaf24@firebug... Plumb network vif credit-based rate limiting thorugh...
2006-03-31 kaf24@firebug... Currently, xm & xend allow an XAUTHORITY to be specifi...
2006-03-31 kaf24@firebug... Various softirq cleanups:
2006-03-31 Ian.Campbell... Disable xen bus and grant tables when supervisor_mode_k...
2006-03-31 kaf24@firebug... See panic messages before the post message processing.
2006-03-31 kaf24@firebug... Enable the setting and trapping of breakpoints for...
2006-03-31 kaf24@firebug... The ia64 build doesn't yet include drivers/xen/Kconfig...
2006-03-30 emellor@leeni... Merged.
2006-03-30 emellor@leeni... Remove the transaction parameter from xenbus_switch_sta...
2006-03-30 emellor@leeni... Better formatting of error messages for xmlrpclib.Fault...
2006-03-30 emellor@leeni... Print error messages to stderr. Remove unused handle_x...
2006-03-30 emellor@leeni... Set the permissions correctly on the XML-RPC UDP socket...
2006-03-30 emellor@leeni... Further attempts to recover from a corrupt store, this...
2006-03-30 emellor@leeni... Don't use abbreviated ip subcommands -- these are not...
2006-03-30 cl349@firebug... Remove __HYPERVISOR_sched_op_new in favour of a header...
2006-03-30 cl349@firebug... Change how we add the include asm override to CPPFLAGS.
2006-03-30 emellor@leeni... Merged.
2006-03-30 emellor@leeni... Added medium-length (around 20 minute run-time) test...
2006-03-30 kaf24@firebug... The attached trivial patch fixes cases where a block...
2006-03-30 smh22@firebug... Fix comment.
2006-03-30 kaf24@firebug... More fixes to gdbserver for HVM guest debugging. Also fix
2006-03-30 kaf24@firebug... Use AFLAGS for assembly files so we can "+=" more flags.
2006-03-30 kaf24@firebug... Include the E7520 (e.g., Dell 1850) irqbalance quirk...
2006-03-30 emellor@leeni... Merged.
2006-03-30 emellor@leeni... Check the return value of domain_lookup_by_name_or_id_n...
2006-03-30 emellor@leeni... Fix the ProtocolError seen when the server throws an...
2006-03-30 kaf24@firebug... Fix xenconsoled when sending lots of console data to...
2006-03-29 kaf24@firebug... Same panic() behaviour as native Linux when running...
2006-03-29 kaf24@firebug... Xen waits 5 seconds to reboot when domain 0 crashes...
2006-03-29 emellor@leeni... Revert accidental commit.
2006-03-29 emellor@leeni... Merged.
2006-03-29 smh22@firebug... Fix save/restore on 64-bit.
2006-03-29 smh22@firebug... Fix save/restore bug; further rationalization of xenbus...
2006-03-29 cl349@firebug... Free shadows of any pages which are released by a domai...
2006-03-29 cl349@firebug... Re-arrange code for followup patch and remove extra...
2006-03-29 kaf24@firebug... Compute actual baud rate from UART divisor latch contents
2006-03-29 kaf24@firebug... Ensure curr_vcpu in domain.c is set correctly, even...
2006-03-29 kaf24@firebug... Make maximum number of supported physical CPUs a compil...
2006-03-29 anthony@rhesis... Remove vcpu_avail from the public S-Expression that...
2006-03-29 kaf24@firebug... SVM patch to update guest time with latest hvm modifica...
2006-03-29 kaf24@firebug... Some fixes to IRET hypercall and failsafe callback...
2006-03-29 cl349@firebug... Initialise p2m entries to INVALID_MFN and disable debug...
2006-03-28 kaf24@firebug... Fix get_page_type() when passed PGT_va_mutable.
2006-03-28 kaf24@firebug... Clean up and fix VCPU hotplug and SMP save/restore.
2006-03-28 cl349@firebug... Change do_IRQ high bit masking.
2006-03-28 kaf24@firebug... The introduction of the SMI handling code added in...
2006-03-28 kaf24@firebug... merge
2006-03-28 kaf24@firebug... Add missing -xen ia64 config file.
2006-03-28 kaf24@firebug... SVM only patch to fix location of PIO request RIP update.
next